[INFO] cloning repository https://github.com/NicholaiVogel/pr-reviewer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NicholaiVogel/pr-reviewer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicholaiVogel%2Fpr-reviewer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicholaiVogel%2Fpr-reviewer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4d27724c09bc242444a6946bf9f39b85819689a3
[INFO] checking NicholaiVogel/pr-reviewer against try#8a2f6fe57adadb246778b8d41925d3dc46d468cb for pr-158320
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicholaiVogel%2Fpr-reviewer" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/NicholaiVogel/pr-reviewer
[INFO] finished tweaking git repo https://github.com/NicholaiVogel/pr-reviewer
[INFO] tweaked toml for git repo https://github.com/NicholaiVogel/pr-reviewer written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/NicholaiVogel/pr-reviewer on toolchain 8a2f6fe57adadb246778b8d41925d3dc46d468cb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/NicholaiVogel/pr-reviewer already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3bf397cf83c93717696ad53e761cad4d15c7d365cf2ab22a533a526747eb8a8f
[INFO] running `Command { std: "docker" "start" "3bf397cf83c93717696ad53e761cad4d15c7d365cf2ab22a533a526747eb8a8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3bf397cf83c93717696ad53e761cad4d15c7d365cf2ab22a533a526747eb8a8f" "/opt/rustwide/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3bf397cf83c93717696ad53e761cad4d15c7d365cf2ab22a533a526747eb8a8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3bf397cf83c93717696ad53e761cad4d15c7d365cf2ab22a533a526747eb8a8f" "/opt/rustwide/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking iri-string v0.7.10
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking rtoolbox v0.0.3
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking rpassword v7.4.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling axum-macros v0.4.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking rusqlite v0.32.1
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking httptest v0.16.4
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking pr-reviewer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `get_repo_mut` is never used
[INFO] [stdout]    --> src/config.rs:598:12
[INFO] [stdout]     |
[INFO] [stdout] 531 | impl AppConfig {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 598 |     pub fn get_repo_mut(&mut self, full_name: &str) -> Option<&mut RepoConfig> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `content`, `line_type`, `old_line`, `new_line`, and `diff_position` are never read
[INFO] [stdout]   --> src/context/diff_parser.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct DiffLine {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 20 |     pub content: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 21 |     pub line_type: DiffLineType,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 22 |     pub old_line: Option<u32>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 23 |     pub new_line: Option<u32>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 24 |     pub diff_position: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DiffLine` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `old_start`, `old_count`, `new_start`, and `new_count` are never read
[INFO] [stdout]   --> src/context/diff_parser.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct Hunk {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 29 |     pub old_start: u32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 30 |     pub old_count: u32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 31 |     pub new_start: u32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 32 |     pub new_count: u32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Hunk` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `diff_position` is never read
[INFO] [stdout]   --> src/context/diff_parser.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct PositionInfo {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] 45 |     pub diff_position: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PositionInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_file_safe` is never used
[INFO] [stdout]  --> src/context/file_reader.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn read_file_safe(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `list_open_prs` is never used
[INFO] [stdout]  --> src/github/pr.rs:6:14
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub async fn list_open_prs(
[INFO] [stdout]   |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `owner` is never read
[INFO] [stdout]   --> src/github/types.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct RepoRef {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub owner: User,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RepoRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `repo` is never read
[INFO] [stdout]   --> src/github/types.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct PullRequestBase {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub repo: RepoRef,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PullRequestBase` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `updated_at` is never read
[INFO] [stdout]   --> src/github/types.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct PullRequest {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub updated_at: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PullRequest` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> src/github/types.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub struct PullRequestReview {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] 60 |     pub id: u64,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PullRequestReview` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `additions`, `deletions`, and `changes` are never read
[INFO] [stdout]    --> src/github/types.rs:148:9
[INFO] [stdout]     |
[INFO] [stdout] 145 | pub struct PrFile {
[INFO] [stdout]     |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 148 |     pub additions: u32,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 149 |     pub deletions: u32,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 150 |     pub changes: u32,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PrFile` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `kind` is never used
[INFO] [stdout]   --> src/harness/mod.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub trait Harness: Send + Sync {
[INFO] [stdout]    |           ------- method in this trait
[INFO] [stdout] 13 |     fn kind(&self) -> HarnessKind;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fetch_latest` is never used
[INFO] [stdout]    --> src/repo_manager.rs:113:14
[INFO] [stdout]     |
[INFO] [stdout] 113 | pub async fn fetch_latest(repo_path: &Path, token: &str) -> Result<()> {
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `as_github_event` is never used
[INFO] [stdout]   --> src/review/parser.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl ReviewVerdict {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] 17 |     pub fn as_github_event(self) -> &'static str {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `validate_relative_path` is never used
[INFO] [stdout]   --> src/safety.rs:44:8
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub fn validate_relative_path(path: &Path) -> Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `canonicalize_within_root` is never used
[INFO] [stdout]   --> src/safety.rs:61:8
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub fn canonicalize_within_root(root: &Path, rel_path: &Path) -> Result<PathBuf> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `review_count` is never read
[INFO] [stdout]   --> src/store/db.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct PrState {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub review_count: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PrState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `harness`, `model`, and `completed_at` are never read
[INFO] [stdout]   --> src/store/db.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub struct ReviewLogEntry {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 66 |     pub harness: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 67 |     pub model: Option<String>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |     pub completed_at: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ReviewLogEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `repo`, `pr_number`, `created_at`, and `updated_at` are never read
[INFO] [stdout]    --> src/store/db.rs:96:9
[INFO] [stdout]     |
[INFO] [stdout]  95 | pub struct ReviewFindingRecord {
[INFO] [stdout]     |            ------------------- fields in this struct
[INFO] [stdout]  96 |     pub repo: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]  97 |     pub pr_number: i64,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |     pub created_at: String,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 114 |     pub updated_at: String,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ReviewFindingRecord` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `dedupe_key`, `source_comment_id`, and `attempts` are never read
[INFO] [stdout]    --> src/store/db.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub struct WorkItem {
[INFO] [stdout]     |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 161 |     pub dedupe_key: String,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 162 |     pub payload: String,
[INFO] [stdout] 163 |     pub source_comment_id: Option<i64>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 164 |     pub attempts: i64,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WorkItem` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `aggregate_verdicts` is never used
[INFO] [stdout]     --> src/store/db.rs:1965:8
[INFO] [stdout]      |
[INFO] [stdout] 1965 | pub fn aggregate_verdicts(entries: &[ReviewLogEntry]) -> HashMap<String, i64> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_repo_mut` is never used
[INFO] [stdout]    --> src/config.rs:598:12
[INFO] [stdout]     |
[INFO] [stdout] 531 | impl AppConfig {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 598 |     pub fn get_repo_mut(&mut self, full_name: &str) -> Option<&mut RepoConfig> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `content`, `line_type`, `old_line`, `new_line`, and `diff_position` are never read
[INFO] [stdout]   --> src/context/diff_parser.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct DiffLine {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 20 |     pub content: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 21 |     pub line_type: DiffLineType,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 22 |     pub old_line: Option<u32>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 23 |     pub new_line: Option<u32>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 24 |     pub diff_position: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DiffLine` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `old_start` and `new_start` are never read
[INFO] [stdout]   --> src/context/diff_parser.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct Hunk {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 29 |     pub old_start: u32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 30 |     pub old_count: u32,
[INFO] [stdout] 31 |     pub new_start: u32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Hunk` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_file_safe` is never used
[INFO] [stdout]  --> src/context/file_reader.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn read_file_safe(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `list_open_prs` is never used
[INFO] [stdout]  --> src/github/pr.rs:6:14
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub async fn list_open_prs(
[INFO] [stdout]   |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `owner` is never read
[INFO] [stdout]   --> src/github/types.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct RepoRef {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub owner: User,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RepoRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `repo` is never read
[INFO] [stdout]   --> src/github/types.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct PullRequestBase {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub repo: RepoRef,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PullRequestBase` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `updated_at` is never read
[INFO] [stdout]   --> src/github/types.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct PullRequest {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub updated_at: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PullRequest` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> src/github/types.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub struct PullRequestReview {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] 60 |     pub id: u64,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PullRequestReview` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `additions`, `deletions`, and `changes` are never read
[INFO] [stdout]    --> src/github/types.rs:148:9
[INFO] [stdout]     |
[INFO] [stdout] 145 | pub struct PrFile {
[INFO] [stdout]     |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 148 |     pub additions: u32,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 149 |     pub deletions: u32,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 150 |     pub changes: u32,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PrFile` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `kind` is never used
[INFO] [stdout]   --> src/harness/mod.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub trait Harness: Send + Sync {
[INFO] [stdout]    |           ------- method in this trait
[INFO] [stdout] 13 |     fn kind(&self) -> HarnessKind;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `as_github_event` is never used
[INFO] [stdout]   --> src/review/parser.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl ReviewVerdict {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] 17 |     pub fn as_github_event(self) -> &'static str {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `review_count` is never read
[INFO] [stdout]   --> src/store/db.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct PrState {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub review_count: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PrState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `harness`, `model`, and `completed_at` are never read
[INFO] [stdout]   --> src/store/db.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub struct ReviewLogEntry {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 66 |     pub harness: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 67 |     pub model: Option<String>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |     pub completed_at: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ReviewLogEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `repo`, `pr_number`, `created_at`, and `updated_at` are never read
[INFO] [stdout]    --> src/store/db.rs:96:9
[INFO] [stdout]     |
[INFO] [stdout]  95 | pub struct ReviewFindingRecord {
[INFO] [stdout]     |            ------------------- fields in this struct
[INFO] [stdout]  96 |     pub repo: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]  97 |     pub pr_number: i64,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |     pub created_at: String,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 114 |     pub updated_at: String,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ReviewFindingRecord` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `dedupe_key` and `source_comment_id` are never read
[INFO] [stdout]    --> src/store/db.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub struct WorkItem {
[INFO] [stdout]     |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 161 |     pub dedupe_key: String,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 162 |     pub payload: String,
[INFO] [stdout] 163 |     pub source_comment_id: Option<i64>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WorkItem` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `aggregate_verdicts` is never used
[INFO] [stdout]     --> src/store/db.rs:1965:8
[INFO] [stdout]      |
[INFO] [stdout] 1965 | pub fn aggregate_verdicts(entries: &[ReviewLogEntry]) -> HashMap<String, i64> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.06s
[INFO] running `Command { std: "docker" "inspect" "3bf397cf83c93717696ad53e761cad4d15c7d365cf2ab22a533a526747eb8a8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3bf397cf83c93717696ad53e761cad4d15c7d365cf2ab22a533a526747eb8a8f", kill_on_drop: false }`
[INFO] [stdout] 3bf397cf83c93717696ad53e761cad4d15c7d365cf2ab22a533a526747eb8a8f
